compress/flate.token.offset (method)

3 uses

	compress/flate (current package)
		huffman_bit_writer.go#L546: 		offset := t.offset()
		huffman_bit_writer.go#L593: 		offset := t.offset()
		token.go#L82: func (t token) offset() uint32 { return uint32(t) & offsetMask }